DataCollection
LoadMoreItemsAsync メソッド (C1DataCollectionHub<T>)

C1.DataCollection.SignalR.Server アセンブリ > C1.DataCollection.SignalR.Server 名前空間 > C1DataCollectionHub<T> クラス : LoadMoreItemsAsync メソッド
The token that determines whether the calling collection is syncrhonized.
The desired number of items to be added.
Load more items into the collection.
シンタックス
'宣言
 
Public Function LoadMoreItemsAsync( _
   ByVal eTag As System.Guid, _
   ByVal count As System.Nullable(Of Integer) _
) As System.Threading.Tasks.Task(Of Boolean)
public System.Threading.Tasks.Task<bool> LoadMoreItemsAsync( 
   System.Guid eTag,
   System.Nullable<int> count
)

パラメータ

eTag
The token that determines whether the calling collection is syncrhonized.
count
The desired number of items to be added.
参照

C1DataCollectionHub<T> クラス
C1DataCollectionHub<T> メンバ